From 1361aa6700e21f43ccafb4f3fb74de7ccbb458ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 11 Feb 2016 11:44:41 +0100 Subject: [PATCH] fix permissions of installed source-files --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index e30c6c89..1da48e93 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,10 @@ $(BUILDDIR)/Introjucer.1: build/libjuce-doc:: cd doxygen && doxygen Doxyfile +binary-post-install/juce-modules-source:: + find $(CURDIR)/debian/$(cdbs_curpkg)/usr/include/ -type f -name "*.h" -or -name "*.cpp" \ + -exec chmod 0644 {} + + clean:: rm -rf doxygen/doc rm -rf extras/Introjucer/Builds/Linux/build -- 2.30.2